Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset mnesia run at from last run #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

martinos
Copy link

@martinos martinos commented Mar 6, 2023

Recalculating run_at (expressed in monotonic time) at boot time for Mnesia module. This is for fixing issue koudelka#99.

Since we don't know which FailureMode we are using, we cannot recalculate the run_at in the Mnesia module. Thus, we need to store the last time that the Job was run (in system time). I have added a last_run field in the WrapperJob to track this. The drawback of this approach is that if the user wants to use this patch, he will need to drain his queues, before making the upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants